home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Atari Mega Archive 1
/
Atari Mega Archive - Volume 1.iso
/
mint
/
lib
/
mntlib44.zoo
/
mntlib
/
lattice
/
linea.s
< prev
next >
Wrap
Text File
|
1993-10-12
|
293b
|
25 lines
INCLUDE inc.i
; Line A bindings for Lattice C
INFO
xref ___aline,___fonts,___funcs
CODE
IF _REGARG
xdef @linea0
@linea0:
ELSE
xdef _linea0
_linea0:
ENDC
movem.l d2/a2,-(sp)
dc.w $A000
move.l a0,___aline
move.l a1,___fonts
move.l a2,___funcs
movem.l (sp)+,d2/a2
rts
end